Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632708 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator

font/ cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/font/
1 Items
  • sans.ttf
  • assets/ cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/assets/
    1 Items
  • favicon.png
  • main.js cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/main.js
    169 Views
    0 Comments
    const words = ['seat', 'pen', 'broad', 'vapor', 'ocean',
    'red', 'plate', 'late', 'that', 'ring', 'swim', 'shown',
    'path', 'law', 'list', 'hard', 'plate', 'block', 'two',
    'pupil', 'were', 'lot', 'pay', 'would', 'tired', 'dull',
    'mud', 'sky', 'grew', 'hard', 'ill', 'frame',
    'sport', 'did', 'many', 'been', 'page', 'year', 'trail',
    'earth', 'are', 'while', 'off', 'town', 'doing', 'size',
    'steel', 'sale', 'swam', 'put', 'zero', 'week', 'mill',
    style.css cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/style.css
    101 Views
    0 Comments
    * {
    padding: 0;
    margin: 0;
    font-family: "sans";
    user-select: none;
    }

    @font-face {
    index.html cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/index.html
    335 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
    <link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">